/** CUSTOM CSS **/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html{
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {

	height: 100%;
	font-family: 'Lato', sans-serif;
	background-color:#fff;
	line-height:1;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, span, div, body, strong{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smooth: always;
}

h1, h2, h3, h4, h5, h6{
	margin:0;
}

a{
	background-color: transparent;
	text-decoration:none;
	color:#4281b9;
}

.animated{
	opacity: 0;
}

a:active,
a:hover {
  outline: 0;
}

sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
  vertical-align: middle;
}

p{
	margin-bottom:15px;
	color:#808285;
	font-family: 'Lato', sans-serif;
	font-size:17px;
	font-weight: 400;
	line-height:26px; 
	
}

ul{
	padding: 0;
    margin: 0;
    font-size:17px;
   font-family: 'Lato', sans-serif;
   line-height: 26px;
   color:#808285;
}

.clearfix:before, .clearfix:after{
	display: table;
    content: " ";
}

.clearfix:after{
	clear:both;
}

.list-wrap:before, .list-wrap:after{
	display: table;
    content: " ";
}

.list-wrap:after{
	clear:both;
}


*:before, *:after{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col{
	float:left;
	position: relative;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
	float:left;
	position: relative;
    min-height: 1px;
}

.col-1{
	width: 8.33333333%;
}
.col-2{
	width: 16.66666667%;
}

.col-3{
	width: 25%;
}

.col-4{
	width: 33.33333333%;
}

.col-5{
	width: 41.66666667%
}

.col-6{
    width: 50%;
}

.col-7{
	width: 58.33333333%;
}

.col-8{
	width: 66.66666667%;
}

.col-9{
    width: 75%;
}

.col-10{
	width: 83.33333333%;
}
.col-11{
    width: 91.66666667%;
}
.col-12{
    width: 100%;
}
.col{
	float:left;
	position: relative;
    min-height: 1px;
}
.right{
	float:right;
}

.left{
	float:left;
}

.clear{
	clear:both;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}


.padding-reset{
	padding:0;
}

.padding-left-15{
	padding-left:15px;
}

.padding-right-15{
	padding-right:15px;
}

.row-gutter-0{
	padding-left:0;
	padding-right:0;
}

.row-gutter-10{
	padding-left:10px;
	padding-right:10px;
}

.row-gutter-15{
	padding-left:15px;
	padding-right:15px;
}

.row-gutter-4{
	padding-left:4px;
	padding-right:4px;
}

.row-gutter-3{
	padding-left:3px;
	padding-right:3px;
}

.row-gutter-5{
	padding-left:5px;
	padding-right:5px;
}


.row-gutter-3{
	padding-left:3px;
	padding-right:3px;
}

.row-gutter-2{
	padding-left:2px;
	padding-right:2px;
}

.row-reset{
	margin:0;
}

.margin-reset{
	margin:0;
}
.margin-left-reset{
	margin-left:0;
}

.margin-top-10{
	margin-top:10px;
}

.margin-top-15{
	margin-top:15px;
}

.margin-top-20{
	margin-top:20px;
}

.margin-top-30{
	margin-top:30px;
}

.margin-top-40{
	margin-top:40px;
}

.text-orange{
	color:#FC6933;
}

.text-blue{
	color:#22395B;
}

.text-white{
	color:#fff;
}

.text-gray{
	color:#4F4F4F;
}

.text-htf-black{
	font-family: 'gotham_htf_blackregular';
}

.primary-btn{
	padding:10px 20px;
	color:#fff;
	outline:none;
	cursor:pointer;
	font-family: 'baloo_thambiregular';
	background-color:#FF8308;
	display: inline-block;
	line-height:1;
}

.primary-btn:hover{
	background-color:#FF9212;
	color:#fff;
}

.secondary-btn{
	padding:15px 50px;
	color:#FF7415;
	outline:none;
	background-color:transparent;
	border:solid 1px #FF7415;
	cursor:pointer;
	display: inline-block;
	line-height:1;
	font-family: 'baloo_thambiregular';
}
.secondary-btn:hover{
	border:solid 1px #FF7415;
	background-color: #FF7415;
	color:#fff;
}
.wrap-1360{
	max-width:1360px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

.wrap-980{
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

.wrap-720{
	max-width:720px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}


.wrap-center{
	margin-left:auto;
	margin-right:auto;
}
.custom-blue{
	color:#074C76;
}

.wrap{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	max-width: 1170px;
}
.full-wrap{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:100%;

}



.hide{
	display: none;
}
.visible{
	display: block;
}

/* SCROLL TOP */

.scroll-up{
	display: none;
    opacity: 0.3;
    position: fixed;
    bottom: 30px;
    right: 30px;
	text-align: center;
    font-size: 50px;
    color:#FF9212;
}

.scroll-up:hover{
	opacity: 1;
}



/** -------------------- MENU ----------------------------- **/
.nav-primary{
	background-color: #006EB9;
	text-align: center;
	min-height: 52px;
}
.genesis-nav-menu .menu-item{
	padding-top: 2px;
}

.nav-primary .genesis-nav-menu a{
	color:#fff;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 400;
	padding:15px 22px;
}
.home-icon a span{
	display:none;
}

.home-icon a{
	color:#fff;
	padding-left: 0 !important;

}

.home-icon a:before{
	font-family: FontAwesome;
   	content: "\f015";
   	display: inline-block;
   	vertical-align: middle;
}


.search-icon span{
	display:none;
	
}

.search-icon a{
	color:#fff;
	padding-right: 0 !important;
	cursor: pointer;
}

.search-icon a:before{
	font-family: FontAwesome;
	content: "\f002";
	display: inline-block;
	vertical-align: middle;
}	

#mobile-nav-primary, #mobile-genesis-nav-primary{
	display: none;
}

#header-search {
    position: absolute;
    width: 100%;
    background: #FFF none repeat scroll 0% 0%;
    display: none;
    left: 0px;
    top: 20px;
 }

 .widget_execphp form input {
    padding: 0 15px !important;
    font-size: 24px;
    font-weight: 300;
    height:75px;

}

#icon-close {
    position: absolute;
    right: 17px;
    top: -10px;
    z-index: 999;
    bottom: 0px;
    margin: auto;
    color: #727272;
    height: 29px;
    font-size: 29px;
    cursor: pointer;
  }

/** -------------------- HEADER ----------------------------- **/
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.site-header{
	min-height: 182px;
}
.site-header .title-area{
	padding: 0;
}
.site-header .widget-area{
	width: 900px;
	padding-left:10px;
	padding-right: 10px;
}

.title-area{
	max-width: 190px;
	margin-top:20px;
	
}



.header-image .site-title > a{
	height: 144px;
}
.training-section{
	float: left;
	text-align: left;
	padding-top:48px;
	margin-right: 40px;
}
.training-section h3{
	font-family: 'baloo_thambiregular';
	font-size: 31px;
	line-height: 34px;
	color:#003E60;
	font-weight: normal;
}

.training-section h4{
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	line-height: 22px;
	font-weight: normal;
	color:#006EB9;
	letter-spacing: 1.3px;
}

.training-section h5{
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
	color:#008CBB;
	float: left;
	margin-top: 14px;
	margin-right: 8px;
}
.training-section ul{
	float: left;
	width: auto;
	margin-top: 6px;
}
.training-section ul li{
	display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
}

.free-book-section{
	float: right;
	text-align: left;
	margin-top: 13px;
	
}

.free-book-section .featured{
	display: table-cell;
    vertical-align: middle;
}

.free-book-section h2{
	color:#006EB9 !important;
	font-family: 'baloo_thambiregular';
	font-size: 37px !important;
	line-height: 28px !important;
	margin-bottom: 5px !important;
	padding-left: 15px !important;
	text-indent: 3px !important;
}

.free-book-section h3{
	color:#003E60;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
	margin-bottom: 5px;
	padding-left: 10px;
}

.free-book-section h4{
	color:#003E60;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	margin-top: 5px;
	padding-left: 10px;
}
.free-book-section h4 img{
	display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 1px;
}
.free-book-content{
	display: table-cell;
    vertical-align: middle;
    padding-left: 4px;
}



.free-book-content a.btn{
	font-family: 'baloo_thambiregular';
	font-size: 20px;
	border-radius: 20px;
	max-width: 161px;
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0;
	text-align: center;

}

.frontpage-header{
	background:url('./images/DOGGY-DAN---BANNER.jpg');
    background-color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:top center;
    min-height:936px;
    width:100%;
    position: relative;
    padding-bottom: 25px;
}
.banner-wrap .banner-content{
	float:right;
	max-width: 645px;
	width: 100%;
	padding-top:50px;
	position: relative;
}

.banner-wrap .banner-content h2{
	font-family: 'baloo_thambiregular';
	font-size: 36px;
	line-height: 43px;
	color:#fff;
	margin-bottom: 15px;
}

.banner-wrap .banner-content .play-btn{
	float:left;
	margin-left: -20px;
	margin-right: 25px;
}

.banner-wrap .banner-content a.btn{
	font-size: 30px;
	color:#fff;
	max-width: 365px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding:0;
	text-align: center;
	border-radius: 50px;
	margin-top: 15px;
	background-color: #FF8308;
}

.banner-wrap .banner-content .watch{
	position: absolute;
    left: -125px;
    bottom: -65px;
}

.testimonial-wrap{
	position: relative;
	//max-width: 965px;
	max-width: 1060px;
	width: 100%;
	margin: 0px auto;
	padding-top: 370px;
	
}


.style-avatar-right blockquote.easy_testimonial{
	margin: 0;
}

.testimonial-wrap .context-box{

}

.testimonial-wrap .easy-t-slideshow-wrap{
	background-color: #fff;
	border-radius: 110px;
	padding-top: 35px;
	padding-bottom: 20px;

	 -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);

	text-align: center;
	margin-bottom: 10px;
	max-width: 965px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-wrap .testimonial_body h3{
	color:#FF8308;
	font-size: 27px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 5px;
}

.testimonial-wrap .wp-post-image{
	width: 120px !important;
	height: 120px !important;
	border-radius: 50% !important;
	margin-right: 40px !important;
	margin-top: 20px !important;
}
.testimonial-wrap .easy-t-cycle-controls{
	position: absolute;
	top:50%;
	width: 100%;
	z-index: 9999;
	left:0;
}
.testimonial-wrap .fa-chevron-left{
	color:#003E60;
	font-size: 30px;
	left:0;
}
.testimonial-wrap .fa-chevron-right{
	color:#003E60;
	font-size: 30px;
	right:0;
}

.style-avatar-right blockquote.easy_testimonial div.testimonial_body{
	max-width: 700px;
	margin-left: 60px;
	margin-right: 60px;
}

div[class^=style-avatar-right] blockquote.easy_testimonial p.testimonial_author{
	
	max-width: 700px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


.style-avatar-right .testimonial_body > p:first-child::before, .style-avatar-right .testimonial_body > p:first-of-type::before {
	content:'' !important;
}
.style-avatar-right .testimonial_body>p:last-child:after, .style-avatar-right .testimonial_body>p:last-of-type:after{
	content:'' !important;
}
.style-avatar-right blockquote.easy_testimonial .easy_t_ratings, .style-avatar-right blockquote.easy_testimonial p{
	color:#808285;
	font-size: 17px;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 0;
	line-height: 26px;
	padding: 0;
}
.easy_t_single_testimonial blockquote p span.testimonial-client, .easy_t_single_testimonial blockquote p span.testimonial-position{
	color:#808285;
	font-size: 17px;
	font-weight: 700;
	font-style: normal;
}
.easy_t_single_testimonial blockquote p span.testimonial-position{
	display: none;
}
/*
.testimonial-wrap .testimonial-box{
	background-color: #fff;
	width: 100%;
	border-radius: 110px;
    //box-shadow: 0px 1px 20px #808080;
}
.testimonial-wrap .testimonial{
	max-width: 685px;
	text-align: center;
	float:left;
	margin-left: 90px;
	padding-top:30px;
	padding-bottom:18px;

}
.testimonial-wrap .testimonial h2{
	color:#FD6300;
	font-size: 27px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 5px;
}
.testimonial-wrap .testimonial p{
	color:#808285;
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 5px;
}

.testimonial-wrap .testimonial .author h4{
	color:#808285;
	font-size: 17px;
	line-height: 26px;
	font-weight: 700;

}
.testimonial-wrap .featured{
	padding-top:55px;
	float:left;
	
	width:120px;
	height: 120px;
	margin-left:15px;
}
.testimonial-wrap .featured img{
	border-radius: 50%;
}

.testimonial-wrap .slick-prev, .testimonial-wrap .slick-next{
	top:80%;

}

.testimonial-wrap .slick-prev::before{
	content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #008CBB;
    font-size: 30px;
    left: 0; 
}

.testimonial-wrap .slick-next::before{
	content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #008CBB;
    font-size: 30px;
}
*/
.section-1{
	position: relative;
	background-color: #fff;
	padding-top:70px;
	padding-bottom:80px;
}

.section-1 .rows{
	max-width: 1120px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.section-1 .col-box{
	background-color:#fff;
	background-color: #fff;
    box-shadow: 0 5px 20px #808285;
    border-radius: 5px;
    padding-top:20px;
    min-height: 470px;
}

.section-1 .col-box h2{
	color:#003E60;
	font-family: 'baloo_thambiregular';
	font-size: 30px;
	font-weight: normal;
	line-height: 32px;
	margin-bottom: 15px;
}

.section-1 .col-box img{
	margin-bottom:25px;
}
.section-1 .col-box p{
	color:#808285;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}

.section-1 .col-box p a{
	color:#FF7415;
}

.section-1 .col-box a.btn{
	
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 900;
	background-color: #FF8308;
	width:240px;
	height: 64px;
	line-height: 64px;
	padding:0;
	border-radius: 30px;
	margin-bottom: -20px;
}
.section-1 .col-box a.btn:hover{
	background-color: #FD6300; 
}
.section-1  .site{
	margin-bottom: 25px;
}
.section-1  .site p{
	margin-bottom: 2px;
}

.section-2{
	padding-top:60px;
	background-color: #F4F3F2;
	padding-bottom: 70px;
}

.section-2 .heading{
	margin-bottom: 50px;
}
.section-2 .heading h2{
	color:#003E60;
	font-size: 38px;
	font-family: 'baloo_thambiregular';
	line-height: 45px;
}

.section-2 .col-box{
	background-color:#fff;
	background-color: #fff;
    box-shadow: 0 5px 20px #808285;
    border-radius: 5px;
    min-height: 440px;
}
.section-2 .context .featured{
	margin-bottom: 25px;
	padding: 10px;
}

.section-2 .context .featured img{
	border-radius: 5px;
	width:100%;
}
.section-2 .context h3{
	color:#006EB9;
	font-size: 30px;
	font-family: 'baloo_thambiregular';
	line-height: 32px;
	padding-left:28px;
	padding-right: 28px;
}
.section-2 .view-more{
	margin-top:70px;
}
.section-2 .view-more a.btn{
	font-size: 27px;
	font-family: 'baloo_thambiregular';
	width:325px;
	height: 65px;
	line-height: 65px;
	padding:0;
	border-radius: 30px;
}

.section-3{
	padding-top:60px;
}

.section-3 .heading{
	margin-bottom: 50px;
}
.section-3 .heading h2{
	color:#003E60;
	font-size: 38px;
	font-family: 'baloo_thambiregular';
	line-height: 45px;
}
.section-3 .row-1{
	padding-bottom: 50px;
}
.section-3 .row-1 .col-left{
	float:left;
	max-width: 480px;
	width: 100%;
}
.section-3 .row-1 .featured{
	text-align: right;
}
.section-3 .row-1 .col-right{
	float:right;
	max-width: 655px;
	width: 100%;
}
.section-3 .row-1 .context{
	max-width: 585px;
	width: 100%;
}
.section-3 .row-1 .context img{
	margin-bottom: 30px;
}
.section-3 .context h3{
	color:#003E60;
	font-size: 35px;
	line-height: 38px;
	font-family: 'baloo_thambiregular';
	margin-bottom: 25px;

}

.section-3 .context p{
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 25px;
}

.section-3 .context p .text-orange{
	color:#ff7415;
	font-weight: 700;
	font-style: italic;
}

.section-3 .row-2{
	padding-top:50px;
	padding-bottom:40px;
}

.section-3 .row-2 .col-left{
	float:left;
	max-width: 660px;
	width: 100%;
}
.section-3 .row-2 .context{
	max-width: 570px;
	width: 100%;
	margin-left: auto;
	margin-right: 5px;
}
.section-3 .row-2 .col-right{
	float:left;
	max-width: 510px;
	width: 100%;
}
.section-3 .row-3{
	padding-top: 40px;
	padding-bottom:120px;
}
.section-3 .row-3 .col-left{
	float:left;
	max-width: 465px;
	width: 100%;
}

.section-3 .row-3 .col-right{
	float:right;
	max-width: 670px;
	width: 100%;
}

.section-3 .row-3 .context{
	max-width: 615px;
	width: 100%;
}

.section-3 .row-3 .context h5{
	color:#003E60;
	font-size: 17px;
	font-weight: 700;
	margin-bottom:25px;
}
.section-3 .row-3 .context ul{
	margin-bottom: 25px;
}
.section-3 .row-3 .context ul li{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 8px;
}

.section-3 .row-3 .context span.number{
	font-family: 'baloo_thambiregular';
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    background-color: #006EB9;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
   	font-weight: 700;
   	margin-right: 5px;
}

.section-3 a.btn{
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 900;
	width:240px;
	height: 64px;
	line-height: 64px;
	padding:0;
	text-align: center;
	border-radius: 30px;
}

.section-4{
	background-color: #F4F3F2;
	padding-top:100px;
	padding-bottom:100px;
}

.section-4 .col-left{
	float:left;
	width:46%;
}

.section-4 .col-left .featured{
	text-align: right;
	margin-top:50px;
}
.section-4 .col-right{
	float:left;
	width:54%;
	
}
.section-4 .context{
	max-width: 600px;
	width: 100%;
	margin-left: 5px;

}

.section-4 .context h2{
	font-family: 'baloo_thambiregular';
	font-size: 36px;
	line-height: 34px;
	color:#003E60;
	margin-bottom: 30px;
}
.section-4 .context p{
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 28px;
}
.section-5{
	padding-top:100px;
}

.section-5 .col-left{
	float:left;
	width: 50%;
}
.section-5 .col-left .context{
	max-width: 495px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.section-5 .col-left .context h2{
	color:#005A90;
	font-family: 'baloo_thambiregular';
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 20px;
}

.section-5 .col-left .context h3{
	color:#006EB9;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 20px;
}
.section-5 .col-left .context h4{
	color:#003E60;
	font-family: 'baloo_thambiregular';
	font-size: 21px;
	margin-bottom: 2px;
}

.section-5 .context p{
	line-height: 24px;
	margin-bottom: 25px;

}

.section-5 .col-right{
	float:left;
	width: 50%;
}
.section-5 .col-right .context h2{
	color:#003E60;
	font-size: 36px;
	font-family: 'baloo_thambiregular';
	line-height: 34px;
	margin-bottom: 50px;

}

.section-5 .col-right .context h2 img{
	float:left;
	margin-right: 20px;
}

.section-5 .col-right .context{
	background-color: #fff;
	box-shadow: 0px 1px 20px #808080;
	border-radius: 8px;
	padding:40px 35px 20px;
}

.section-5 .puppies{
	border-bottom: solid 3px #006EB9;
}

.section-6{
	padding-top:100px;
	padding-bottom: 120px;
}

.section-6 .wrap{
	max-width: 865px;
	width: 100%;
}

.section-6  .col-left{
	float: left;
	max-width: 190px;
	width: 100%;
	margin-top:20px;
}
.section-6  .col-left img{
	margin-bottom:30px; 
}
.section-6  .col-left h2{
	color:#003E60;
	font-family: 'baloo_thambiregular';
	font-size: 28px;
	line-height: 1;
}

.section-6  .col-left h3{
	color:#003E60;
	font-size: 17px;
	line-height: 24px;

}

.section-6  .col-right{
	float: right;
	max-width: 655px;
	width: 100%;
}

.section-6  .col-right h2{
	color:#003E60;
	font-family: 'baloo_thambiregular';
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 10px;
}
.section-6  .col-right h3{
	font-size: 29px;
	font-weight: 700;
	color:#006eb9;
	line-height: 34px;
	margin-top:10px;
}
.section-6  .col-right p{
	margin-bottom: 30px;
	color:#808285;
	line-height: 24px;
}

.section-7{
	background:url('./images/DOGGY-DAN---SECTION-7-BG.jpg');
    background-color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    min-height:996px;
    width:100%;
    position: relative;
}

.section-7 .context{
	padding-top:20px;
	max-width: 495px;
	width: 100%;
	float: right;
	margin-right: 70px;

}
.section-7 .context h2{
	color:#005A90;
	font-family: 'baloo_thambiregular';
	font-size: 50px;
	line-height: 64px;
	margin-bottom: 40px;
}
.section-7 a.btn{
	font-family: 'Lato', sans-serif;
	max-width: 238px;
	width: 100%;
	height: 65px;
	line-height: 65px;
	padding: 0;
	text-align: center;
	border-radius: 35px;
	font-size: 24px;
	font-weight: 900;
}
.section-7 .context p{
	color:#fff;
	line-height: 22px;
	margin-bottom: 25px;
}
	
.section-8{
	padding-bottom: 80px;
}
.section-8 .row-1{
	margin-top: -60px;
	padding-bottom:80px;
}

.section-8 .row-1 ul{
	width: 100%;
	text-align: center;
}
.section-8 .row-1 ul li{
	display: inline-block;
	margin-right: 10px;
    margin-left: 10px;
    position: relative;
}

.section-8 .row-1 ul li .featured{
	width:120px;
	height: 120px;
	background-color: #F4F3F2;
	border-radius: 50%;
	margin-bottom: 12px;
}
.section-8 .row-1 ul li .featured img{
	padding-top:28px;
}

.section-8 .row-1 ul li h3{
	font-size: 18px;
	line-height: 18px;
	font-family: 'baloo_thambiregular';
	color:#003E60;
	position: absolute;
	top: 100%;
    width: 100%;
}

.section-9{
	background-color: #006EB9;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 0;
}

.section-9 .col-left{
	float: left;
	max-width: 755px;
	width: 100%;
}

.section-9 .col-left .context{
	text-align: right
}

.section-9 .col-left .context h2{
	color:#FFFFFF;
	font-size: 30px;
	line-height: 32px;
	font-family: 'baloo_thambiregular';
	margin-bottom: 0;
}

.section-9 .col-left .context p{
	color:#FFFFFF;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 0;
}

.section-9 .col-left .context a{
	color:#fff;
	border-bottom: 1px solid #fff;
}
.section-9 .col-right{
	float:left;
}
.section-9 .col-right .context{
	position: absolute;
    top: -95px;
    margin-left: 15px;
}
.sub-footer{
	padding-bottom: 35px;
}
.sub-footer .row-1{
	padding-top:45px;
}
.sub-footer .footer-menu ul{
	width: 100%;
	line-height: 1;
	text-align: center;
}

.sub-footer .footer-menu ul li{
	display: inline-block;
}

.sub-footer .footer-menu ul li a{
	color:#003E60;
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	padding:0 20px;
}
.sub-footer .row-2{
	padding-top: 45px;
}
.sub-footer .row-2 .col{
	width: 33.33333333%;
}

.sub-footer .row-2 .column-1 .context{
	margin-left: 45px;
}

.sub-footer .row-2 .column-2 .context{
	padding-top:35px;
}

.sub-footer .row-2 .column-2 .context ul{
	width: 100%;
	text-align: center;
}
.sub-footer .row-2 .column-2 .context ul li{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}
.sub-footer .row-2 .column-2 .context ul li a{
	color:#006EB9;
	font-size: 40px;
}

.sub-footer .row-2 .column-3 .context{
	text-align: right;
	margin-right: 50px;
}
.sub-footer .row-2 .column-3 .context a.btn{
	height: 37px;
	max-width: 190px;
	width: 100%;
	font-size: 16px;
	font-family: 'baloo_thambiregular';
	text-align: center;
	padding: 0;
	line-height: 37px;
	border-radius: 18px;
}

.footer-section{
	background-color: #F4F3F2;
	padding-top:18px;
	padding-bottom: 18px;
}
.footer-section .copyright{
	color:#005A90;
	font-size: 15px;
	font-weight: 400;
}

.footer-section .copyright a{
	color:#005A90;
	font-size: 15px;
	font-weight: 300;
}

.footer-section .copyright ul{
	width: 100%;
	text-align: center;
}
.footer-section .copyright ul li{
	display: inline-block;
	color:#005A90;
	border-right: solid 1px #005A90;
	line-height: 1;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: 300;
	font-size: 15px;
}

.footer-section .copyright ul li:last-child{
	border-right: transparent;
}


/*==================================================
      				DOG PROBLEMS 
==================================================*/
.dog-problem-page h2{
	font-family: 'baloo_thambiregular';
	color:#003d5f;
	font-weight: 400;
}

.dog-problems-banner{
	padding-top: 80px;
	padding-bottom: 65px;
}

.dog-problems-banner .heading h2{
	 font-size: 44px;
	 line-height: 52px;
	 font-weight: 400;
	 margin-bottom: 40px;
}

.dog-problems-banner .col-left{
	float:left;
	width: 50%;
}
.dog-problems-banner .col-right{
	padding-top: 45px;
	float:right;
	width: 50%;
	text-align: right;
}

.dog-problems-banner .col-right a.btn{
	height:75px;
	max-width: 380px;
	line-height: 75px;
	padding: 0;
	font-size: 32px;
	color:#fff;
	text-align: center;
	border-radius: 50px;
	width: 100%;
	background-color: #ff8207;
}

.dog-problems-section-1{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #F4F3F2;
}

.dog-problems-section-1 .heading h2{
	font-size: 38px;
	font-weight: 400;
	line-height: 45px;
	margin-bottom: 55px;
}

.dog-problems-section-1 .box{
	text-align: center;
	max-width: 250px;
	margin: 0px auto;
	margin-bottom: 55px;

}
.dog-problems-section-1 .box .featured{
	margin-bottom: 30px;
}
.dog-problems-section-1 .box h3{
	color:#006DB8;
	font-family: 'baloo_thambiregular';
	font-size: 22px;
	line-height: 27px;
	font-weight: 400;
}

.dog-problems-section-1 .box p{
	font-size: 18px;
}

.dog-problems-section-1 .box p a{
	font-size: 18px;
	color:#808285;
} 
.dog-problems-section-1 .box .custom{
	color:#FF8207;
}

.dog-problems-section-1 .tablet-view{
	display: none;
}

.dog-problems-section-2{
	padding-top: 100px;
	padding-bottom: 100px;
}

.dog-problems-section-2 .heading h2{
	font-size: 38px;
	font-weight: 400;
	line-height: 45px;
	margin-bottom: 55px;
}
.dog-problems-section-2 .context p{
	font-size: 18px;
}

.dog-problems-section-2 .context h3{
	color:#006DB8;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 40px;
}

.dog-problems-section-2 .context a.btn{
	font-family: 'Lato', sans-serif;
	height: 68px;
	line-height: 68px;
	text-align: center;
	padding: 0;
	max-width: 410px;
	font-size: 24px;
	font-weight: 900;
	border-radius: 50px;
	width: 100%;
	background-color: #FF8207;
}

/*==================================================
      				DOG PROBLEMS 
==================================================*/
.dog-training-page h2{
	font-family: 'baloo_thambiregular';
	color:#003E60;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
}

.dog-training-banner{
	padding-top: 80px;
	padding-bottom: 80px;
}

.dog-training-banner .heading h2{
	 font-size: 51px;
	 line-height: 61px;
	 margin-bottom: 60px;
}

.dog-training-banner .col-left{
	float:left;
	width: 50%;
}
.dog-training-banner .col-right{
	padding-top: 45px;
	float:right;
	width: 50%;
	text-align: right;
}

.dog-training-banner .col-right a.btn{
	height:75px;
	max-width: 380px;
	width: 100%;
	line-height: 75px;
	padding: 0;
	font-size: 32px;
	color:#fff;
	text-align: center;
	border-radius: 50px;
}

.dog-training-section-1{
	background:url('./images/DOGGY-DAN---DOG-TRAINING-SECTION-1.jpg');
    background-color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    width: 100%;
    height: 1042px;
}
.dog-training-section-1 .context{
	float:right;
	max-width: 600px;
	width: 100%;
	padding-top: 135px;
}
.dog-training-section-1 .context h2{
	margin-bottom: 25px;
	font-size: 36px;
}

.dog-training-section-1 .context p{
	margin-bottom: 30px;
}

.dog-training-section-2{
	background-color: #fff;
	padding-top: 100px;
	padding-bottom:100px;
}
.dog-training-section-2 .col-left{
	width: 50%;
	float:left;
}
.dog-training-section-2 .col-left .context{
	max-width: 625px;
	margin-left: auto;
}

.dog-training-section-2 .col-right{
	width: 50%;
	float:left;
	padding-top: 110px;
}

.dog-training-section-2 .col-right .featured{
	margin-left: 40px;
}

.dog-training-section-2 .context h2{
	font-size: 36px;
	margin-bottom: 30px;
}
.dog-training-section-2 .context p{
	margin-bottom: 30px;
}

.dog-training-section-3{
	
	background:url('./images/DOGGY-DAN---DOG-TRAINING-SECTION-3.jpg');
    background-color:#F1F0F6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    width: 100%;
    height: 795px;
}

.dog-training-section-3 .context{
	float:right;
	max-width: 595px;
	width: 100%;
	padding-top: 70px;
}

.dog-training-section-3 .context h2{
	margin-bottom: 30px;
}
.dog-training-section-3 .context p{
	margin-bottom: 30px;
}

.dog-training-section-4{
	background-color: #fff;
	padding-top: 110px;
	padding-bottom: 100px;
}
.dog-training-section-4 .col-left{
	float:left;
	width: 50%;
}
.dog-training-section-4 .col-left .context{
	max-width: 600px;
	margin-left: auto;
}
.dog-training-section-4 .col-left .context h2{
	margin-bottom: 40px;
}
.dog-training-section-4 .col-left .context p{
	margin-bottom: 30px;
}
.dog-training-section-4 .col-right{
	float:left;
	width: 50%;
	padding-top: 85px;
}
.dog-training-section-4 .col-right .featured{
	margin-left: 35px;
}

.dog-training-section-5{
	padding-top: 100px;
	background-color: #F4F3F2;
	padding-bottom: 70px;
}

.dog-training-section-5 .col-left{
	float:left;
	width: 50%;
}
.dog-training-section-5 .col-right{
	float:left;
	width: 50%;
}
.dog-training-section-5 .row-1 .featured{
	margin-right: 0
}
.dog-training-section-5 .row-1 .context{
	padding-left: 20px;
}
.dog-training-section-5 .row-2{
	margin-top: 40px;
}

.dog-training-section-5 .row-2 .featured{
	padding-left: 45px;
}

.dog-training-section-5 .row-3{
	margin-top: 40px;
}

.dog-training-section-5 .row-3 .context{
	padding-left: 18px;
	padding-top: 50px;
}
.dog-training-section-5 .row-3 .featured{
	margin-left: 50px;
} 
.dog-training-section-5 .context h2{
	margin-bottom: 35px;
}

.dog-training-section-5 .context p{
	margin-bottom: 30px;
}

.dog-training-section-6{
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 100px;
}
.dog-training-section-6 h2{
	font-size: 36px;
	margin-bottom: 30px;
}

.dog-training-section-6 p{
	color:#000;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 50px;
}
.dog-training-section-6 a.btn{
	height: 64px;
	max-width: 410px;
	width: 100%;
	line-height: 64px;
	padding: 0;
	border-radius: 40px;
	font-size: 24px;
}
/*==================================================
      				PUPPY TRAINING
==================================================*/
.puppy-training-page h2{
	font-family: 'baloo_thambiregular';
	color:#003D5F;
	font-size: 36px;
	font-weight: 400;
}


.puppy-training-banner{
	padding-top: 80px;
	padding-bottom: 70px;
}

.puppy-training-banner .heading h2{
	 font-size: 44px;
	 line-height: 52px;
	 font-weight: 400;
	 margin-bottom: 55px;
}

.puppy-training-banner .col-left{
	float:left;
	width: 50%;
}
.puppy-training-banner .col-right{
	padding-top: 25px;
	float:right;
	width: 50%;
	text-align: right;
}

.puppy-training-banner .col-right a.btn{
	height:75px;
	max-width: 380px;
	line-height: 75px;
	padding: 0;
	font-size: 32px;
	color:#fff;
	text-align: center;
	border-radius: 50px;
	width: 100%;
}

.puppy-training-section-1{
	background: url('./images/DOGGY-DAN---PUPPY-TRAINING-SECTION-1.jpg');
	background-color: #F4F3F2;
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 90px;
	padding-bottom: 100px;
	height: auto;
}

.puppy-training-section-1 .context{
	float:right;
	max-width: 605px;
	margin-left: 25px;
}

.puppy-training-section-1 .context h2{
	font-size: 36px;
	margin-bottom: 20px;
}
.puppy-training-section-1 .context p{
	margin-bottom: 25px;
}

.puppy-training-section-1 .context .box{
	background-color: #fff;
	max-width: 544px;
	width: 100%;
	border-radius: 5px;
	padding: 50px 30px;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);

}

.puppy-training-section-1 .context .box p{
	margin-bottom: 15px;
	line-height: 24px;
}

.puppy-training-section-1 .context .box .custom{
	color:#006DB8;
	font-weight: 900;
}

.puppy-training-section-2{
	padding-top: 110px;
	padding-bottom: 100px;
}
.puppy-training-section-2 .col-left{
	width: 50%;
	float:left;
}
.puppy-training-section-2 .col-left .context{
	max-width: 455px;
	width: 100%;
	margin: 0px auto;
}

.puppy-training-section-2 .col-right{
	width: 50%;
	float:left;
}
.puppy-training-section-2 .col-right .context{
	max-width: 500px;
	width: 100%;
	margin-left: auto;
	margin-right: 20px;
}
.puppy-training-section-2 .context h3{
	font-family: 'baloo_thambiregular';
	color:#003D5F;
	font-size: 36px;
	margin-bottom: 30px;
}

.puppy-training-section-2 .context p{
	font-weight: 24px;
	margin-bottom: 30px;
}

.puppy-training-section-3{
	background-color: #F4F3F2;
	padding-top: 100px;
	padding-bottom: 80px;

}

.puppy-training-section-3 .context p{
	color:#003D5F;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}

.puppy-training-section-3 .custom-blue{
	color:#006DB8;
}
 
.puppy-training-section-3 .context a.btn{
	font-family: 'Lato', sans-serif;
	height: 62px;
	line-height: 62px;
	text-align: center;
	padding: 0;
	max-width: 408px;
	font-size: 24px;
	font-weight: 900;
	border-radius: 50px;
	margin-top: 30px;
	width: 100%;
	background-color: #FF8207;
}


/*==================================================
      				THE BOOK
==================================================*/
.the-book-banner .wrap{
	max-width: 1140px;
}

.the-book-banner h2{
	font-family: 'baloo_thambiregular';
	color:#008CBB;
}

.the-book-banner{
	padding-top: 80px;
	padding-bottom: 80px;
}

.the-book-banner .heading{
	margin-bottom: 50px;
}

.the-book-banner .heading h2{
	 font-size: 40px;
	 line-height: 34px;
	 font-weight: 400;
	 margin-bottom: 5px;
	 color:#003d5f;
}

.the-book-banner .heading p{
	color:#006db8;
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
}

.the-book-banner .col-left{
	float: left;
	max-width: 620px;
	width: 55%;
}
.the-book-banner .col-left iframe{
	margin-bottom: 30px;
}
.the-book-banner .col-left .context img.featured{
	margin-bottom: 35px;
}

.the-book-banner .col-left .context .box{
	background-color: #fff;
	box-shadow: 0 5px 20px #808285;
	border-radius: 8px;
	padding: 28px 40px 28px 50px;
	margin-top: 30px;
}

.the-book-banner .col-left .context .box a.btn{
	color:#ff8207;
	font-size: 19px;
	font-weight: 900;
	width: 190px;
	height: 54px;
	line-height: 50px;
	border:solid 2px #ff8207;
	display: inline-block;
	text-align: center;
	float:right;
	border-radius: 30px;
	margin-top: 8px;
}

.the-book-banner .col-left .context .featured-video{
	text-align: center;
}
.the-book-banner .col-right{
	float: left;
	max-width: 520px;
	width: 45%;
}

.the-book-banner .col-right .context{
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.the-book-banner .col-right .featured{
	margin-bottom: 15px;
}

.the-book-banner .col-right .context h3{
	color:#003d5f;
	font-size: 35px;
	font-weight: 700;
}
.the-book-banner .col-right .context h4{
	color:#003d5f;
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
}

.the-book-banner .col-right .context a.btn{
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 900;
	max-width: 238px;
	width: 100%;
	height: 65px;
	line-height: 65px;
	padding: 0;
	border-radius: 40px;
	margin-top: 30px;
	background-color: #ff8207;
}

.the-book-banner .media_embed input[type="submit"]{
	font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 900;
    max-width: 238px;
    width: 100%;
    height: 65px;
    line-height: 65px;
    padding: 0;
    border-radius: 40px;
    margin-top: 30px;
    background-color: #ff8207;
}

.the-book-section-1{
	padding-top: 65px;
	background-color: #F4F3F2;
	padding-bottom: 65px;
}
.the-book-section-1 .wrap{
	max-width: 850px;
}
.the-book-section-1 .context .heading{
	display: table;
	margin-bottom: 35px;
}
.the-book-section-1 .context .heading img{
	display: table-cell;
    vertical-align: middle;
    width: 132px;
}
.the-book-section-1 .context .heading h2{
	color:#003d5f;
	font-size: 29px;
	font-weight: 700;
	display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
}
.the-book-section-1 .context p{
	margin-bottom: 30px;
}
.the-book-section-1 .context span.name{
	color:#006db8;
	font-family: 'baloo_thambiregular';
	font-size: 28px;
	font-weight: 400;
	margin-top: 60px;
	margin-bottom: 30px;
	display: block;
}

.book-slider .slick-dots li button{
	width: 18px;
    height: 18px;
    border: solid 1px #006db8;
    background: transparent;
    border-radius: 50%;
}

.book-slider .slick-dots li.slick-active button{
	 background: #006db8;
}
.book-slider .slick-dots li button:before{
	content:'';
}

/*==================================================
      				BLOG PAGE      
==================================================*/
.blog-page .site-inner{
	max-width: 1170px;
	padding-top: 125px;
	padding-bottom: 100px;
}
.blog-rows{

}

.blog-rows .col-box{
	float:left;
	width: 33.33333333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 50px;
}

.blog-rows .col-box .context{
	 background-color: #fff;
    box-shadow: 0 5px 20px #808285;
    border-radius: 5px;
    padding: 10px;
    min-height: 440px;
    padding-bottom: 30px;
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.blog-rows .col-box .featured{
	margin-bottom: 30px;
}
.blog-rows .col-box .featured img{
	width: 100%;
}

.blog-rows .col-box .context h3{
	color: #006db8;
    font-size: 30px;
    font-family: 'baloo_thambiregular';
    line-height: 32px;
    padding-left: 25px;
    text-align: left;
    max-width:300px;
     max-height: 130px;
    min-height: 130px;

}

.blog-rows .col-box .context a.btn{
	width: 160px;
	height: 42px;
	font-size: 22px;
	font-weight: 400;
	display: inline-block;
	margin-left: 25px;
	text-align: center;
	border-radius: 20px;
	margin-top: 20px;
}

.genesis-pagination{
	float: left;
	width: 100%;
	padding-top: 60px;
}
.genesis-pagination ul{
	text-align: center;
}
.genesis-pagination ul li{
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
}

.genesis-pagination ul li .page-numbers{
	color:#919191;
	font-size: 25px;
	font-weight: 300;
	 width: 40px;
	 height: 40px;
    display: inline-block;
    line-height: 38px;
     padding: 0;
}

.genesis-pagination ul li .page-numbers:hover{
	background-color: #006db8;
    border-radius: 50%;
    color:#fff;
}

.genesis-pagination ul li .current{
	background-color: #006db8;
  
    border-radius: 50%;
  
    color:#fff;
}

.archive-description, .author-box{
	padding:0;
}



.single-page{
	background-color: #fff;
}

.pages-page .entry-content div{

}

.single-page .site-inner, .search .site-inner{
	max-width: 1080px;
	padding-top: 150px;

}

.pages-page .site-inner{
	padding-top: 90px;
}

.single-page .entry, .search .entry{
	padding: 0;
	background-color: transparent !important;
}

.single-page .content-sidebar-wrap .content, .search .content-sidebar-wrap .content{
	max-width: 630px;
	 background-color: transparent;
}

.single-page .entry-title, .search .entry-title{
	 font-family: 'baloo_thambiregular';
	font-size: 33px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 25px;
	color:#003d5f;
}

.single-page .entry-content .wp-post-image{
	margin-bottom: 30px;
}

.single-page .entry-content p, .search .entry-content p{
	font-size: 18px;
	margin-bottom: 30px;
}

.single-page .entry-content h2, .search .entry-content h2{
	font-family: 'baloo_thambiregular';
 	color: #003d5f;
 	margin-bottom: 20px;
 	font-size: 30px;
 	line-height: 1;
 	font-weight: 400;
}

.single-page .entry-content h3, .search .entry-content h3{
	font-family: 'baloo_thambiregular';
 	color: #003d5f;
 	margin-bottom: 20px;
 	font-size: 24px;
 	line-height: 1;
 	font-weight: 400;
}

.single-page .entry-content h4, .search .entry-content h4{
	font-family: 'baloo_thambiregular';
 	color: #003d5f;
 	margin-bottom: 20px;
 	font-size: 20px;
 	font-weight: 400;
 	line-height: 1;
}



.sidebar-primary{
	max-width: 325px;
	width: 100%;
}


.sidebar .widget.sidebar-dog-trainer{
	padding: 0;
	background-color: transparent;
	padding-bottom: 40px;
}
.sidebar .widget.sidebar-dog-trainer img{
	margin-bottom: 0;
}
.sidebar .widget.sidebar-dog-trainer a.btn{
	height: 44px;
    max-width: 226px;
    width: 100%;
    font-size: 19px;
    font-family: 'baloo_thambiregular';
    text-align: center;
    padding: 0;
    line-height: 42px;
    border-radius: 30px;
    float: right;
    background-color: #fd6300;
}

.sidebar .widget-title{
	display: none;
}

.sidebar .sidebar-featured{
	padding:40px 20px;
}

.sidebar .sidebar-featured .box{
	margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: solid 1px #C4C4C4;
}
.sidebar .sidebar-featured .box:last-child{
	 border-bottom:transparent;
	  padding-bottom: 0;
	  margin-bottom: 0;
}
.sidebar .sidebar-featured h2{
	color:#005a90;
	font-size: 30px;
	line-height: 32px;
	 font-family: 'baloo_thambiregular';
	 margin-bottom: 18px;
}
.sidebar .sidebar-featured img{
	margin-bottom: 25px;
}

.sidebar .sidebar-featured a.btn{
	color:#ff8207;
	border:solid 2px #ff8207;
	height: 48px;
	line-height: 45px;
	width: 170px;
	font-size: 17px;
	font-weight: 900;
	display: inline-block;
	border-radius: 30px;
}
.sidebar .sidebar-featured a.btn:hover{
	background-color: #ff8207;
	color:#fff;
}

.sidebar .widget.feature-post{
	padding: 40px 20px;
}

.sidebar .feature-post .wpt_widget_content{
	border: transparent;
}

.wpt_widget_content ul.wpt-tabs li{
	border-bottom: transparent;

}

.wpt_widget_content .tab-content li{
	margin-bottom: 22px !important;
    padding-bottom: 22px !important;
    border-bottom: solid 1px #C4C4C4 !important;
}
.wpt_widget_content .tab-content li:last-child{
	 border-bottom:transparent !important;
	  padding-bottom: 0 !important;
	  margin-bottom: 0 !important;
}
.wpt_widget_content .tab_title a{
	border-left: 2px solid #808285 !important;
    border-bottom: transparent !important;
    color:#808285;
    font-size: 28px;
    font-family: 'baloo_thambiregular';
    background-color: transparent !important;
    padding: 0 !important;
    line-height: 1 !important;
    margin-bottom: 10px;
    font-weight: 400 !important;
}
.wpt_widget_content .tab_title.selected a{
	border-left:transparent !important;
	color:#ff8207;
}
.sidebar .feature-post .entry-title{
	 line-height: 24px;
}
.sidebar .feature-post .entry-title a{
	color:#005A90;
	 font-family: 'baloo_thambiregular';
	 font-size: 20px;
	 line-height: 1;
	 font-weight: 400;
}

.sidebar .feature-post .wpt_thumbnail{
	margin-bottom: 15px;
}

.sidebar .cycledTestimonialWidget{
	padding: 20px;
	background-color: #f7f7f7;
}

.sidebar .easy-t-slideshow-wrap{
	text-align: center;
}

.sidebar .testimonial_body h2{
	color:#008CBB;
	font-size: 25px;
	 font-family: 'baloo_thambiregular';
	 font-style: normal;
}

.sidebar .testimonial_body h3{
	color:#008CBB;
	font-size: 18px;
	 font-weight: 700;
	 line-height: 21px;
	 margin-bottom: 20px;
}

div.style-modern_style-concept, .style-modern_style-concept blockquote.easy_testimonial p.testimonial_author{
	background: none !important;
}
.style-modern_style-concept blockquote.easy_testimonial{
	background-color:transparent;
}

div[class^=style-modern_style] .testimonial_author cite{
	left:0;
	text-align: center;
	top:80px;
}

div[class^=style-modern_style] .testimonial_author .testimonial-client{
	margin-left: 0;
	text-align: center;
	left:0;
}

div[class^=style-modern_style] .testimonial_author .testimonial-position{
	text-align: center;
	margin-left: 0;
}

.style-modern_style-concept blockquote.easy_testimonial p.testimonial_author{
	height: 100px;
}

.comment-respond{
	padding: 0;
	background: transparent;
}

.contact-page{
	background-color: #F7F7F7;
}
.contact-page .sidebar .widget{
	background-color: #fff;
}

.contact-page .sidebar .widget.sidebar-dog-trainer{
	background-color: transparent;
}

.contact-page .site-inner{
	max-width: 1120px;
	padding-top: 120px;
}

.contact-page .content-sidebar-wrap .content{
	max-width: 725px;
	
}



.contact-page .entry{
	padding: 0;
	background-color: transparent;
}

.contact-page .entry-content h2{
	color:#003d5f;
	font-size: 40px;
	 font-family: 'baloo_thambiregular';
	 margin-bottom: 25px;
}

.contact-page .sidebar-primary{
	padding-top: 0;
}

.contact-page .gform_fields{
	list-style: none;
	margin-left: 0;
}

.contact-page .gform_fields .gfield{
    list-style-type: none;
    margin-bottom: 20px;
}

.contact-page .gform_fields .gfield .gfield_label{
	display: none;
}
.contact-page .validation_error{
	color:red;
	margin-bottom: 10px;
}

.contact-page .validation_message{
	color:red;
}

.contact-page input, .contact-page select, .contact-page textarea{
	border-radius: 5px;
}

.contact-page .gform_button{
	background-color: #ff8207;
	height: 70px;
	max-width: 360px;
	font-size: 30px;
	 font-family: 'baloo_thambiregular';
	 color:#fff;
	 border-radius: 40px;
	 width: 100%; 
}
.contact-page .gform_button:hover{
	background-color: #FD6300;
}

/*==================================================
      				TESTIMONIAL PAGE      
==================================================*/
.testimonial-section{
	padding-top: 100px;
	padding-bottom: 100px;
}

.masonry { /* Masonry container */
    column-count: 3;
    column-gap: 1em;
}

.item { /* Masonry bricks or child elements */
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
      box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}

.masonry .easy_t_single_testimonial{
	background-color: #f4f3f2;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
      box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
 
}

.masonry .easy_testimonial{
	padding:45px 25px 0 25px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.masonry .testimonial_body{
	background-color: transparent !important; 
	padding: 0 !important;
}

.testimonial_body h3{
	font-family: 'baloo_thambiregular';
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	color:#003d5f;
	font-style: normal;
	margin-bottom: 15px;
}
.testimonial_body h4{
	font-family: 'baloo_thambiregular';
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color:#003d5f;
	font-style: normal;
	margin-bottom: 15px;
}

.masonry .testimonial_body p{
	padding: 0 !important;
	font-weight: 400;
	font-size: 17px;
	font-style: normal;
	color:#808285;
	margin-bottom: 30px;
}
.masonry  .testimonial_author{
	background: none !important;
	margin-top: 0 !important;
	height:120px !important;
}

.masonry .testimonial-position{
	color:#006db8 !important;
	font-family: 'Lato', sans-serif  !important;
	font-size: 17px  !important;
	font-weight: 400  !important;
}
.masonry .wp-post-image{
	border-radius: 50% !important;
	left:25px !important;
	min-width: 120px !important;
    min-height: 120px !important;
}

div[class^=style-bubble_style] blockquote.easy_testimonial cite{
	top:40px;
	left:100px;
}

.style-bubble_style .testimonial_body>p:first-child:before, .style-bubble_style .testimonial_body>p:first-of-type:before{
	content:" ";
	 margin-left: 0;
    margin-right: 0;
}

.style-bubble_style .testimonial_body>p:last-child:after, .style-bubble_style .testimonial_body>p:last-of-type:after{
	content:" ";
	right:0;
}

.masonry  .testimonial-client{
	color:#006db8 !important;
	font-family: 'baloo_thambiregular' !important;
	font-size: 18px !important;
	line-height: 1 !important;
	font-weight: 400 !important;
	width: 80% !important;
}

/*==================================================
      				ABOUT PAGE      
==================================================*/
.about-page h2{
	font-family: 'baloo_thambiregular';
	font-size: 38px;
	color:#003e60;
	line-height: 45px;
	font-weight: 400;
	margin-bottom: 30px;
}

.about-heading{
	background-color: #f4f3f2;
	padding-top: 80px;
	padding-bottom: 80px;
}

.about-heading .wrap{
	max-width: 905px;
	width: 100%;
}

.about-heading .context p{
	color:#808285;
	font-size: 18px;
	line-height: 26px;

}
.about-section{
	padding-bottom: 100px;
}

.about-section .col-left{
	float:left;
	max-width: 510px;
	width: 50%;
}
.about-section .col-right{
	float:right;
	max-width: 510px;
	width: 50%;
}



.about-section .desktop-view{
	display:block;
}

.about-section .tablet-view{
	display:none;
}

.about-section .context h3{
	color:#006db8;
	font-size:25px;
	font-weight:900;
	margin-bottom:5px;
}

.about-section .context p{
	font-size: 16px;
	line-height: 26px;
	color:#808285;
	font-weight: 400;
}

.about-section .context p span.custom{
	font-weight: 900;
}
.about-section .context p .custom-blue{
	color:#006db8;
}

.about-section .row-1{
	background: url('./images/about-row1-bg.jpg') top center no-repeat;
	width:100%;
	min-height: 1896px;
	
	padding-top: 10px;
}





.about-section .year{
	text-align: center;
}

.about-section .year p{
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 98px;
	background-color:#006db8;
	border-radius: 50%;
	font-family: 'baloo_thambiregular';
	font-size: 26px;
	font-weight: normal; 
	color: #fff;
    border: solid 5px #f4f3f2;
}

.about-section .year p span{
	display: inline-block;
	width: 80px;
	height: 80px;
	background-color:#006db8;
	border-radius: 50%;
	line-height: 80px;
	color:#fff;
}


.about-section .row-1 .featured{
	text-align: center;
}

.about-section .row-1 .list-1 .featured{
	margin-top:90px;
	text-align: left;
}

.about-section .row-1 .list-1 .context{
	margin-top:140px;
	max-width:405px;
	margin-left: auto;
	margin-right:auto;
}
.about-section .row-1 .list-1 .context p{
	font-size: 17px;
	line-height: 27px;
	
}

.about-section .row-1 .list-2 .featured{
	margin-top:-125px;
}

.about-section .row-1 .list-2 .context{
	margin-top:70px;
	max-width:442px;
	margin-left: auto;
	margin-right:auto;
}

.about-section .row-1 .list-3 .featured{
	margin-top:20px;
}

.about-section .row-1 .list-3 .context{
	margin-top:180px;
	max-width:415px;
	margin-left: auto;
	margin-right:auto;
}

.about-section .row-1 .list-4 .featured{
	margin-top:-10px;
}

.about-section .row-1 .list-4 .context{
	margin-top:130px;
	max-width:415px;
	margin-left: auto;
	margin-right:auto;
}

.about-section .row-1 .list-5 .context{
	margin-top:260px;
	text-align:center;
	max-width:670px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:20px;
}

.about-section .row-2{
	background: url('./images/about-row2-bg.jpg') top center no-repeat;
	width:100%;
	min-height: 427px;
	margin-top: 30px;
}
.about-section .row-2 .list-1 .featured{
	margin-top:127px;
}
.about-section .row-2 .list-1 .context{
	margin-top:175px;
	max-width:490px;
	width:100%;
	margin-left: auto;
	margin-right:auto;
}
.about-section .row-2 .list-2{
	text-align: center;
	margin-top:80px;
}
.about-section .row-2 .list-2 .featured{
	margin-bottom: 40px;
}

.about-section .row-3{
	background: url('./images/about-row3-bg.png') top center no-repeat;
	width:100%;
	min-height: 1767px;
	margin-top: 20px;
}

.about-section .row-3 .list-1 .featured{
	margin-top:80px;
}

.about-section .row-3 .list-1 .context{
	margin-top:240px;
	max-width:415px;
	width:100%;
	margin-left: auto;
	margin-right:auto;
}

.about-section .row-3 .list-2 .featured{
	margin-top:40px;
}

.about-section .row-3 .list-2 .context{
	margin-top:170px;
	max-width:420px;
	width:100%;
	margin-left: auto;
	margin-right:auto;
}

.about-section .row-3 .list-2 .context h3{
	margin-bottom:30px;
}

.about-section .row-3 .list-3 .featured{
	margin-top:-30px;
}



.about-section .row-3 .list-3 .context{
	margin-top:180px;
	max-width:415px;
	width:100%;
	margin-left: auto;
	margin-right:auto;
}
.about-section .row-3 .list-4{
	text-align: center;
	margin-top:140px;
}
.about-section .row-3 .list-4 .context{
	margin-bottom: 40px;
}

.about-section .row-3 .list-4 .paw{
	margin-top:15px;
}

.about-section .row-3 .list-5{
	text-align: center;
	margin-top:30px;
}
.about-section .row-3 .list-5 h3{
	margin-bottom: 30px;
}


.about-section .row-4{
	background: url('./images/about-row4-bg.png') top center no-repeat;
	width:100%;
	min-height: 695px;
	margin-top: 10px;
}

.about-section .row-4 .list-1 .featured{
	margin-top:85px;
}

.about-section .row-4 .list-1 .context{
	margin-top:245px;
	max-width:425px;
	width:100%;
	margin-left: auto;
	margin-right:auto;
}

.about-section .row-4 .list-2{
	text-align: center;
	margin-top:300px;
}
.about-section .row-4 .list-2 p{
	margin-bottom: 30px;
}
.about-section .row-4 .list-2 img{
	margin-bottom:18px;
}
.about-section .row-5 .paw{
	text-align: center;
}
.about-section .row-5 .list-1{
	text-align: center;
	margin-top:20px;
}

.about-section .row-5 .list-1 h3{
	font-size: 39px;
	margin-bottom: 30px;
}

.about-section .row-5 .list-1 p{
	margin-bottom: 30px;
}
.about-section .row-5 .list-1 .featured{
	padding-top:15px;
}

.about-section .row-5 .contact-btn-area{
	margin-top:30px;
	text-align: center;
}
.about-section .row-5 .contact-btn-area a.btn{
	max-width:410px;
	width:100%;
	height:65px;
	line-height: 65px;
	background-color: #ff8207;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 900;
	color:#fff;
	display:inline-block;
	text-align: center;
	border-radius: 40px;
}
.about-section .black-txt{
	color:#000;
}
.about-section blue{
	color:#006db8;
	font-weight: 900;
}
/*==================================================
      				Media Queries      
==================================================*/


@media only screen and (max-width : 1600px) {
	
}

@media only screen and (max-width : 1400px) {
	
}



@media only screen and (max-width : 1300px) {

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.genesis-nav-menu{
		text-align: center;
	}

	.nav-primary .genesis-nav-menu a{
		padding: 15px 18px;
	}

	.training-section{
		margin-right: 0;
	}

	.section-3 .row-1 .col-left{
		max-width: 100%;
		width: 40%;
	}

	.section-3 .row-1 .col-right{
		max-width: 100%;
		width: 60%;
	}

	.section-3 .row-2 .col-left{
		max-width: 100%;
		width: 60%;
	}

	.section-3 .row-2 .col-right{
		max-width: 100%;
		width: 40%;
	}

	.section-3 .row-3 .col-left{
		max-width: 100%;
		width: 40%;
	}

	.section-3 .row-3 .col-right{
		max-width: 100%;
		width: 60%;
	}

	.section-4 .context{
		margin-left: 0;
	}

	.about-section .col-left{
		width: 40%;
		padding-left: 0;
	}

	.about-section .col-right{
		float:right;
		width: 40%;

	}

	.about-section .row-1 .list-5 .context{
		margin-top:320px;
	}

	
}

@media only screen and (max-width : 1170px) {
	.about-section .row-1 .list-5 .context{
		margin-top:360px;
	}
}

@media only screen and (max-width : 1160px) {
	.nav-primary .genesis-nav-menu a{
		padding: 15px;
	}
}

@media only screen and (max-width : 1140px) {
	

	.site-header .widget-area{
		max-width: 850px;
		width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	    float:none;
	}

	.header-image .site-title > a{
		background-position: center top !important;
	}

	
	.site-header .title-area{
		max-width: 100%;
		text-align: center;
		width: 100%;
	}

	

	.header-image .site-description, .header-image .site-title{
		display: inline-block;
		text-align: center;
	}

	.header-image .site-title > a{
		width: 190px;
	}

	.section-9 .col-left{
		max-width: 100%;
		width: 65%;
	}

	.sub-footer .footer-menu ul li a{
		padding: 0 20px;
	}

	.about-section .row-1 .list-5 .context{
		margin-top:380px;
	}
}

@media only screen and (max-width : 1100px) {
	.the-book-banner .col-left .context .box{
		text-align: center;
	}
	.the-book-banner .col-left .context .box a.btn{
		float: none;
	}

	.about-section .row-1 .list-5 .context{
		margin-top:420px;
	}
}

@media only screen and (max-width : 1090px) {
	.testimonial-wrap{
		width: 90%;
	}
	.testimonial-wrap .testimonial{
		max-width: 100%;
		width: 70%;
	}

	.about-section .row-1 .list-5 .context{
		margin-top:460px;
	}


}

@media only screen and (max-width : 1040px) {
	.about-section .row-1 .list-2 .featured{
		margin-top: -80px;
	}
}

@media only screen and (max-width : 1023px) {
	

	button#responsive-menu-button{
		top:10% !important;
		position: absolute !important;
	}

	#responsive-menu-container{
		padding-top: 50px !important;
	}

	#header-search{
		display: none !important;
	}


	.nav-primary{
		display: none;
	}

	.home-icon a{
		color:#fff;
		padding-left: 5% !important;
	}

	.home-icon a:before{
	   	content: "";
	}

	.search-icon{
		display: none;
	}
	.section-9 .col-left .context h2{
		font-size: 24px;
		line-height: 26px;
	}

	.dog-problems-banner .col-right{
		padding-left: 20px;
	}

	.puppy-training-banner .col-right{
		padding-left: 20px;
	}

	.puppy-training-section-2 .col-left{
		padding-right: 15px;
	}
	.puppy-training-section-2 .col-right{
		padding-left: 15px;
	}
	.single-page .content-sidebar-wrap .content{
		max-width: 65%;
		padding-right: 5%;
	}
	.sidebar-primary{
		max-width: 30%;
	}

	

	.dog-training-banner .col-right{
		padding-left: 20px;
	}

}

@media only screen and (max-width : 991px) {

	.about-section .row-1 .list-5 .context{
		margin-top:500px;
	}

	.nav-primary .genesis-nav-menu a{
		padding: 15px;
	}

	.sub-footer .footer-menu ul li a{
		padding: 0 10px;
	}

	.dog-problems-banner .col-right{
		padding-top: 0;
	}

	.puppy-training-banner .col-right{
		padding-top: 0;
	}

	.blog-rows .col-box{
		width: 50%;
	}

	.masonry { /* Masonry container */
	    column-count: 2;
	    column-gap: 1em;
	}

	
}

@media only screen and (max-width : 959px) {
	.nav-primary .genesis-nav-menu a{
		padding: 15px 12px;
	}

	.training-section{
		width: 100%;
		margin-right: 0;
		    float: none;
   		text-align: center;
	}
	.free-book-section{
		max-width: 300px;
		width: 100%;
		float: none;
   		text-align: center;
   		margin-left: auto;
    	margin-right: auto;
    	margin-top: 15px;
	}

	.training-section h5{
		float: none;
	}
	.training-section ul{
		float: none;
   	 	width: auto;
    	text-align: center;
	}

	.banner-wrap .banner-content{

	}

	.frontpage-header{
		height: auto;
	}

	.section-2 .col-box{
		min-height: 400px;
	}
	.section-2 .context h3{
		font-size: 24px;
		line-height: 28px;
	}

	.section-5 .col-left{
		width: 100%;
	}

	.section-5 .col-right{
		width: 100%;

	}
	.section-5 .col-left .context{
		max-width: 100%;
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}

	.section-5 .col-right .context{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	.section-9{
		padding-bottom: 0;
	}
	.section-9 .col-left{
		width: 100%;
	}

	.section-9 .col-left .context{
		text-align: center;
	}

	.section-9 .col-right{
		float: none;
    	text-align: center;
	}

	.section-9 .col-right .context{
		position: relative;
    	top: 15px;
    	max-width: 400px;
    	 width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	}

	.single-page .content-sidebar-wrap .content{
		max-width: 100%;
		float: none;
	}
	.sidebar-primary{
		max-width: 325px;
		margin-left: auto;
    	margin-right: auto;
    	float: none;
    	padding-top: 30px;
	}

	.contact-page .content-sidebar-wrap .content{
		    float: none;
    	margin-left: auto;
    	margin-right: auto;
	}

}

@media only screen and (max-width : 900px) {
	.section-6  .col-left{
		max-width: 100%;
		width: 30%;
	}
	.section-6  .col-right{
		max-width: 100%;
		width: 70%;
	}

	.section-8 .row-1 ul li{
		margin-bottom: 60px;
	}
	.dog-problems-section-1 .tablet-view{
		display: block;
	}

	.dog-problems-section-1 .col-3{
		width: 50%;
	}

}

@media only screen and (max-width : 859px) {
	

	.genesis-nav-menu .menu-item{
		display: block;
	}

	.genesis-nav-menu .home-icon{
		padding-left: 12px;
	}

	.testimonial-wrap .testimonial{
		margin-left: 60px;
	}
	.section-1 .col-box br{
		display: none;
	}

	.the-book-banner .col-left{
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
	}

	.the-book-banner .col-right{
		width: 100%;
		max-width: 100%;

	}

	.about-section .desktop-view{
		display:none;
	}

	.about-section .tablet-view{
		display:block;
	}

	.about-section .col-left{
		max-width: 100%;
		width: 100% !important;
	}

	.about-section .col-right{
		max-width: 100%;
		width: 100% !important;

	}
	.about-section .featured{
		text-align: center !important;
	}
	.about-section  .context{
		max-width: 100% !important;
		text-align: center;
		padding-left: 5%;
    	padding-right: 5%;
	}

	.about-section .row-1, .about-section .row-2 .list-wrap, .about-section .row-3 .row-wrap{
		background: none;
	}

	.about-page h2{
		line-height: 1;
	}

	.about-section .row-2 .featured{
		margin-left: 0;
	}

	
	.about-section .row-1 .list-wrap{
		margin-bottom:30px;
	}

	.about-section .row-1 .list-wrap .featured{
		margin-top: 30px;
	}
	.about-section .row-1 .list-wrap .context{
		margin-top: 30px;
	}

	.about-section .row-2{
		background: none;
	}
	.about-section .row-2 .list-wrap{
		margin-bottom:30px;
	}
	.about-section .row-2 .list-2{
		margin-top: 0;
	}

	.about-section .row-2 .list-wrap .featured{
		margin-top: 30px;
	}
	.about-section .row-2 .list-wrap .context{
		margin-top: 30px;
	}

	.about-section .row-3{
		background: none;
	}

	.about-section .row-3 .list-wrap{
		margin-bottom:30px;
	}
	

	.about-section .row-3 .list-wrap .featured{
		margin-top: 30px;
	}
	.about-section .row-3 .list-wrap .context{
		margin-top: 30px;
	}

	.about-section .row-3 .list-4{
		margin-top:0;
	}

	.about-section .paw{
		display:none;
	}

	.about-section .row-4{
		background: none;
	}

	.about-section .row-4 .list-wrap .featured{
		margin-top: 30px;
	}
	.about-section .row-4 .list-wrap .context{
		margin-top: 30px;
	}
	.about-section .row-1 .list-1 .year p{
		line-height: 1;
		padding-top:30px;
		width:110px;
		height:110px;
	}

	.about-section .row-4 .list-2{
		margin-top:0;
	}


	

	
}
@media only screen and (max-width : 800px) {
	.banner-wrap .banner-content{
		float: none;
		margin-left: auto;
	    text-align: center;
	    margin-right: auto;
	}

	.banner-wrap .banner-content .play-btn{
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	.banner-wrap .banner-content .watch{
		position: absolute;
  		left: 30%; 
    	bottom: 70px; 
		width:10%;
	}
	
	.banner-wrap .banner-content a.btn{
		    margin-top: 20px;
	}

	.testimonial-wrap .testimonial{
		max-width: 100%;
    	width: 100%;
    	margin-left: 0;
    	padding-left: 5%;
    	padding-right: 5%;
	}

	.testimonial-wrap .featured{
		float: none;
		width: 100%;
		max-width: 100%;
		padding-top: 0;
		margin-left: auto;
		margin-right: auto;
		text-align: center
	}

	.testimonial-wrap .featured img{
		display: inline-block;
	}

	.section-1 .col-box{
		margin-bottom: 50px;
	}

	.section-2 .col-box{
		margin-bottom: 30px;
	}

	.section-3 .row-1 .col-left{
		max-width: 100%;
		width: 100%;
	}

	.section-3 .row-1 .featured{
		text-align: center;
	}
	.section-3 .row-1 .col-right{
		max-width: 100%;
		width: 100%;
	}

	.section-3 .row-1 .context{
		max-width: 100%;
		text-align: center;
	}

	.section-3 .row-2 .col-left{
		max-width: 100%;
		width: 100%;
	}

	.section-3 .row-2 .context{
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;

	}

	.section-3 .row-2 .col-right{
		max-width: 100%;
		width: 100%;
		text-align: center;
	}

	.section-3 .row-3 .col-left{
		max-width: 100%;
		width: 100%;
		    text-align: center;
	}

	.section-3 .row-3 .col-right{
		max-width: 100%;
		width: 100%;
	}

	.section-3 .row-3 .context{
		max-width: 100%;
		text-align: center;
	}

	.section-4 .col-left{
		width: 100%;
	}

	.section-4 .col-right{
		width: 100%;
	}
	.section-4 .col-left .featured{
		text-align: center;
	}

	.section-4 .context{
		max-width: 100%;
		text-align: center;
	}

	.dog-problems-banner .col-left{
		width: 100%;
		 text-align: center;
		 margin-bottom: 15px;
	}

	.dog-problems-banner .col-right{
		width: 100%;
		padding-left: 0;
		text-align: center;
	}

	.puppy-training-banner .col-left{
		width: 100%;
		 text-align: center;
		 margin-bottom: 15px;
	}

	.puppy-training-banner .col-right{
		width: 100%;
		padding-left: 0;
		text-align: center;
	}

	.dog-training-banner .col-left{
		width: 100%;
		 text-align: center;
		 margin-bottom: 15px;
	}

	.dog-training-banner .col-right{
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
}

@media only screen and (max-width : 767px) {
	.full-wrap{
		padding-left: 5%;
    	padding-right: 5%;
	}
	.dog-training-section-1{
		height: auto;
	}
	.dog-training-section-3{
		height: auto;
	}

	.section-6  .col-left{
		width: 100%;
		margin-bottom: 30px;
	}
	.section-6  .col-right{
		width: 100%;
	}

	.section-7 .context{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.testimonial-wrap{
		width: 100%;
	}
	.testimonial-wrap .wp-post-image{
		display: none;
	}

	.sub-footer .footer-menu ul li{
		display: block;
		margin-bottom: 10px;
	}

	.sub-footer .row-2 .col{
		width: 100%;
		margin-bottom: 15px;
	}
	.sub-footer .row-2 .column-1 .context{
		margin-left: 0;
		text-align: center;
	}
	.sub-footer .row-2 .column-3 .context{
		margin-right: 0;
		text-align: center;
	}

	.dog-problems-section-1 .col-3{
		width: 100%;
	}

	.puppy-training-section-2 .col-left{
		padding-right: 0;
		width: 100%;
	}
	.puppy-training-section-2 .col-right{
		padding-left: 0;
		width: 100%;
	}
	.puppy-training-section-2 .col-left .context{
		max-width: 100%;
	}
	.puppy-training-section-2 .col-right .context{
		max-width: 100%;
	}

	.blog-rows .col-box{
		width: 100%;
	}

	.blog-rows .col-box .context{
		min-height: auto;
		    max-height: 100%;
	}

	.blog-rows .col-box .context h3{
		    max-height: 100%;
	}

	.the-book-banner .col-left .context{
		text-align: center;
	}

	.the-book-section-1 .context .heading h2 br{
		display: none;
	}

	.the-book-section-1 .context{
		text-align: center;
	}

	.the-book-section-1 .context .heading img{
		display: none;
	}

	.the-book-section-1 .context .heading h2{
		padding-left: 0;
	}

	.dog-training-banner .heading h2{
		font-size: 36px;
	}

	.dog-training-page h2{
		font-size: 24px;
	}

	.dog-training-section-1 .context h2, .dog-training-section-2 .context h2{
		font-size: 24px;
	}

	.dog-training-section-2 .col-left{
		width: 100%;
	}

	.dog-training-section-2 .col-right{
		width: 100%;
	}

	.dog-training-section-2 .col-left .context{
		margin-right: auto;
	}

	.dog-training-section-3 .context{
		margin-left: auto;
		margin-right: auto;
		float:none;
	}

	.dog-training-section-4 .col-left{
		width: 100%;
	}
	.dog-training-section-4 .col-right{
		width: 100%;
	}
	.dog-training-section-4 .col-left .context{
		margin-right: auto;
	}
	.dog-training-section-2 .col-right .featured{
		margin-left: 0;
		text-align:center;
	}
	.dog-training-section-5 .col-left{
		width: 100%;
	}
	.dog-training-section-5 .col-right{
		width: 100%;
	}
	.dog-training-section-5 .row-1 .featured{
		text-align: center;
	}
	.dog-training-section-5 .row-1 .context{
		padding-left: 0;
	}
	.dog-training-section-5 .col-left{
		width: 100%;
	}
	.dog-training-section-5 .col-right{
		width: 100%;
	}
	.dog-training-section-5 .row-2 .featured{
		text-align: center;
		padding-left: 0;
	}

	.dog-training-section-5 .col-left{
		width: 100%;
	}
	.dog-training-section-5 .row-3 .featured{
		text-align: center;
		margin-left: 0;
	}

	.dog-training-section-5 .col-right{
		width: 100%;
	}

	.masonry { /* Masonry container */
	    column-count: 1;
	    column-gap: 1em;
	}
}

@media only screen and (max-width : 600px) {
	.banner-wrap .banner-content .watch{
		left: 26%;
		bottom: 90px;
		width: 12%;
	}

	.banner-wrap .banner-content h2{
		font-size: 32px;
		line-height: 36px;
	}

	.banner-wrap .banner-content br{
		display: none;
	}

	.footer-section .copyright ul li{
		display: block;
		margin-bottom: 10px;
		border-right:transparent;
	}


}

@media only screen and (max-width : 480px) {
	.banner-wrap .banner-content .watch{
		left: 20%;
		width: 15%;
	}

	.banner-wrap .banner-content a.btn{
		max-width: 100%;
		font-size: 24px;
	}

	.section-2 .view-more a.btn{
		max-width: 325px;
		width: 100%;
		font-size: 24px;
	}

	.dog-problems-banner .heading h2{
		font-size: 28px;
		line-height: 36px;
	}

	.dog-problems-section-1 .heading h2{
		font-size: 24px;
		line-height: 32px;
	}

	.dog-problems-section-2 .heading h2{
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.puppy-training-banner .heading h2{
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.puppy-training-section-2 .context h3{
		font-size: 24px;
	}
	.puppy-training-section-1 .context h2{
		font-size: 24px;
		line-height: 32px;
	}

	.blog-rows .col-box .context h3{
		font-size: 24px;
		line-height: 28px;
	}

	.genesis-pagination ul li{
		padding-left: 5px;
		padding-right: 5px;
	}

	.genesis-pagination ul li .page-numbers{
		width: 30px;
    	height: 30px;
    	font-size: 18px;
    	line-height: 28px;
	}

	.puppy-training-section-1 .context .box{
		padding: 30px 15px;
	}

	.style-avatar-right blockquote.easy_testimonial div.testimonial_body{
		margin-left: 40px;
		margin-right: 40px;
	}

	.about-page h2{
		font-size: 28px;
	}

	.about-section .context h3{
		font-size: 20px;
		word-wrap: break-word;
	}
	
}
@media only screen and (max-width : 450px) {
	.dog-problems-section-2 .context a.btn{
		 height: 52px;
    	line-height: 52px;
    	    font-size: 18px;
	}

	.puppy-training-section-3 .context a.btn{
		 height: 52px;
    	line-height: 52px;
    	    font-size: 18px;
	}
}
@media only screen and (max-width : 400px) {
	.section-7{
		
		padding-bottom: 60px;
	}
}


@media only screen and (max-width : 375px) {
	.banner-wrap .banner-content .watch{
		display: none;
	}
}



#banner-video .modal-dialog, .video-modal .modal-dialog{
	max-width: 580px;
	width: 100%;
}

#banner-video .modal-content, .video-modal .modal-content{
	background-color: transparent;;
}
#banner-video .modal-header, .video-modal .modal-header{
	padding: 0;
	    background-color: transparent;
    min-height: 0;
    border-bottom: transparent;
}

#banner-video .modal-header .close , .video-modal .modal-header .close{
	top:0;
	right: 0;
	background-color: #fff;
	color:#008cbb;
}

#banner-video .modal-body, .video-modal .modal-body{
	padding: 0;
}

#banner-video .modal-content{
	border-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
        border: transparent;
}

.modal .modal-header .close{
	font-weight: 300;
    font-size: 40px;
    border-radius: 0;
    opacity: 1;
    top: 0;
    right: 0;

}

#popmake-601{
	padding:0;
	border:transparent;
	border-radius: 0;
	box-shadow: none;
	background-color: #fff;
	width: 100%;
	padding:0;
}


#popmake-601 .pum-close.popmake-close{
	border: transparent;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    background-color: #fff;
    font-size: 40px;
    color:#3aa4d9;
    top:-40px;
    right: 0px;
    font-weight: 500;
	width:40px;
	    height: 40px !important;
	line-height:1;
 }
 .d-img{
	 cursor:pointer;
 }
 .d-video{
	 display:none;
 }
